Mood Selection Question Page
fun MoodSelectionQuestionPage(modifier: Modifier = Modifier, dailyEntry: DailyEvaluationEntry, emotionSelect: (String) -> Unit, updateEmotion: (ImageVector) -> Unit)
Composable that represents the page where the user selects their emotion for the daily mood evaluation. Displays emotion selection cards to allow users to choose their current emotional state.
Parameters
modifier
Modifier for customizations to the layout.
daily Entry
The current daily evaluation entry containing user responses.
emotion Select
A function to handle the selection of an emotion.
update Emotion
A function to update the selected mood emoji.